home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / FGDEMO40.ZIP / SOURCE.COM / FGDEMOMC.MAK < prev    next >
Encoding:
Text File  |  1995-02-12  |  672 b   |  30 lines

  1. fgdemo.obj: fgdemo.c
  2.    cl /c /AM /W3 fgdemo.c
  3.  
  4. char.obj: char.c
  5.    cl /c /AM /W3 char.c
  6.  
  7. common.obj: common.c
  8.    cl /c /AM /W3 common.c
  9.  
  10. display.obj: display.c tntmaps.h
  11.    cl /c /AM /W3 display.c
  12.  
  13. file.obj: file.c
  14.    cl /c /AM /W3 file.c
  15.  
  16. fundmtls.obj: fundmtls.c
  17.    cl /c /AM /W3 fundmtls.c
  18.  
  19. menu.obj: menu.c
  20.    cl /c /AM /W3 menu.c
  21.  
  22. misc.obj: misc.c birds.h fgtitle.h fighter.h
  23.    cl /c /AM /W3 misc.c
  24.  
  25. video.obj: video.c
  26.    cl /c /AM /W3 video.c
  27.  
  28. fgdemo.exe: fgdemo.obj char.obj common.obj display.obj file.obj fundmtls.obj menu.obj misc.obj video.obj
  29.    link /SEG:144 fgdemo+char+common+display+file+fundmtls+menu+misc+video,,nul,fglm;
  30.